|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PixelFormat in com.epiphan.vga2usb |
Fields in com.epiphan.vga2usb declared as PixelFormat | |
static PixelFormat |
PixelFormat.RGB4
4 bits per pixel (2 pixels per byte) indexed RGB format. |
static PixelFormat |
PixelFormat.RGB8
8 bits per pixel indexed RGB format. |
static PixelFormat |
PixelFormat.RGB16
16 bits per pixel RGB format. |
static PixelFormat |
PixelFormat.RGB24
24 bits per pixel RGB format. |
static PixelFormat |
PixelFormat.YUYV
16 bits per pixel packed YUV format. |
static PixelFormat |
PixelFormat.UYVY
16 bits per pixel packed YUV format. |
static PixelFormat |
PixelFormat.BGR16
16 bits per pixel RGB format. |
static PixelFormat |
PixelFormat.BGR24
24 bits per pixel RGB format. |
Methods in com.epiphan.vga2usb that return PixelFormat | |
PixelFormat |
RawFrame.getPixelFormat()
Get the pixel format. |
Methods in com.epiphan.vga2usb with parameters of type PixelFormat | |
RawFrame |
Grabber.grabRawFrame(PixelFormat format,
boolean bottomUp)
Grabs a single frame. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |